home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_13847.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  870 b   |  15 lines

  1. -- card: 13847 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10.  
  11.    The IEEE floatingΓÇôpoint standard provides representations to indicate when floatingΓÇôpoint overflow has taken place, and to indicate when an operation cannot produce a numeric result.  These representations are called "infinities" and "nans".  ("Nan" stands for "not a number".)  Pixie Scheme handles these representations so as to facilitate calculations:  Procedures that both accept and return numeric values generally accept infinities and nans without balking, and return whatever value is appropriate.  However, procedures which perform an explicit or implicit ordering of numeric values report an error when called with a nan as argument.
  12.  
  13. -- part contents for background part 47
  14. ----- text -----
  15. 26